home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / ODF / Tools / Mac / MacMakePPC.dfn < prev    next >
Encoding:
Text File  |  1995-11-08  |  1.8 KB  |  49 lines  |  [TEXT/MPS ]

  1. # This file should only contain definitions for PPC-specific builds.
  2. # All definitions that are independent of the ppc/68k distinction
  3. # should be defined in the global MacMake.dfn file
  4.  
  5. __SystemObjects =  ∂
  6.     "{MPW}Libraries:PPCLibraries:"InterfaceLib.xcoff ∂
  7.     "{MPW}Libraries:PPCLibraries:"StdCLib.xcoff ∂
  8.     "{MPW}Libraries:PPCLibraries:"PPCCRuntime.o ∂
  9.     "{MPW}Libraries:PPCLibraries:"StdCRuntime.o ∂
  10.       "{MPW}Libraries:PPCLibraries:"MathLib.xcoff ∂
  11.     "{MPW}Libraries:PPCLibraries:"MrCPlusLib.o ∂
  12.     "{MPW}Libraries:PPCLibraries:"PPCToolLibs.o
  13.  
  14. __SystemLibEquates = ∂
  15.     -librename InterfaceLib.xcoff=InterfaceLib ∂
  16.     -librename StdCLib.xcoff=StdCLib ∂
  17.     -librename MathLib.xcoff=MathLib ∂
  18.     -librename somk.xcoff=SOM ∂
  19.  
  20. __ApplicationLinkOptions = 
  21. __ToolLinkOptions = -main __cplusstart 
  22. __SharedLibraryLinkOptions = -xm sharedLibrary -c 'cfmg' -t 'shlb'
  23. __StaticLibraryLinkOptions = -xm library -c 'MPS ' -t 'XCOF'
  24.  
  25. # OpenDoc Stuff
  26.  
  27. __OpenDocLibEquates = ∂
  28. #    -librename 'OpenDoc Core.xcoff=OpenDoc Core' ∂
  29. #    -librename 'OpenDoc UI.xcoff=OpenDoc User Interface' ∂
  30. #    -librename 'OpenDoc Storage.xcoff=OpenDoc Storage' ∂
  31. #    -librename 'OpenDoc Imaging.xcoff=OpenDoc Imaging' ∂
  32. #    -librename 'OpenDoc Layout.xcoff=OpenDoc Layout' ∂
  33. #    -librename 'OpenDoc SharedUtils.xcoff=OpenDoc Utilities' ∂
  34. #    -librename 'OpenDoc Memory.xcoff=Memory Manager' ∂
  35. #    -librename 'OpenDoc Shell.xcoff=OpenDoc Shell'
  36.  
  37. __OpenDocObjects = ∂
  38.     "{MPW}Libraries:PPCLibraries:"DragLib.xcoff ∂
  39.     "{MPW}Libraries:PPCLibraries:"somk.xcoff ∂
  40.     "{FWOpenDocSDK}CW.PPC:Memory Manager" ∂
  41.     "{FWOpenDocSDK}CW.PPC:OpenDoc Core" ∂
  42.     "{FWOpenDocSDK}CW.PPC:OpenDoc User Interface" ∂
  43.     "{FWOpenDocSDK}CW.PPC:OpenDoc Storage" ∂
  44.     "{FWOpenDocSDK}CW.PPC:OpenDoc Imaging" ∂
  45.     "{FWOpenDocSDK}CW.PPC:OpenDoc Layout" ∂
  46.     "{FWOpenDocSDK}CW.PPC:OpenDoc Utilities" ∂
  47.     "{FWOpenDocSDK}CW.PPC:OpenDoc Shell"
  48.  
  49.